Product Asset API-V2

(0 reviews)

SLA Tiers

The API is rate limited at a maximum value specified in the Standard SLA Tier. Any messages beyond the maximum are rejected. Enforcement is based on the client id passed in the request.

The API will return the following X-RateLimit-* headers in the HTTP Response

X-RateLimit-Remaining: 99
X-RateLimit-Reset: 60000
X-RateLimit-Limit: 100

X-RateLimit-Limit defines the number of requests allowed.
X-RateLimit-Remaining defines the remaining number of requests (count).
X-RateLimit-Reset defines the time in milliseconds before the remain rate  count is reset.

The following response will be generated in the event the API message rate is exceeded

HTTP/1.1 429 Too Many Requests
Server: nginx
Date: Mon, 07 Sep 2020 09:30:48 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-RateLimit-Remaining: 0
X-RateLimit-Reset: 56060
X-RateLimit-Limit: 1
API calls exceeded

SLA Tier


Reviews